Fix a typo
authorMatthias Clasen <matthiasc@src.gnome.org>
Tue, 30 Dec 2008 05:30:22 +0000 (05:30 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 30 Dec 2008 05:30:22 +0000 (05:30 +0000)
svn path=/trunk/; revision=22008

docs/reference/gtk/tmpl/gtkbuilder.sgml

index aa07d8d12860ff0e2e88e75d5e898b81b6c9404c..4353b1d2e33ff86d1757ca07a0e5a90f976f755a 100644 (file)
@@ -265,27 +265,27 @@ respective objects, see
 
 <!-- ##### ENUM GtkBuilderError ##### -->
 <para>
-Error codes that identify various error that can occur while
+Error codes that identify various errors that can occur while
 using #GtkBuilder.
 </para>
 
 @GTK_BUILDER_ERROR_INVALID_TYPE_FUNCTION: A type-func attribute didn't name
     a function that returns a #GType.
 @GTK_BUILDER_ERROR_UNHANDLED_TAG: The input contained a tag that #GtkBuilder
-    can't handle. 
+    can't handle.
 @GTK_BUILDER_ERROR_MISSING_ATTRIBUTE: An attribute that is required by
     #GtkBuilder was missing.
 @GTK_BUILDER_ERROR_INVALID_ATTRIBUTE: #GtkBuilder found an attribute that 
     it doesn't understand.
 @GTK_BUILDER_ERROR_INVALID_TAG: #GtkBuilder found a tag that
     it doesn't understand.
-@GTK_BUILDER_ERROR_MISSING_PROPERTY_VALUE: 
+@GTK_BUILDER_ERROR_MISSING_PROPERTY_VALUE: A required property value was 
+    missing.
 @GTK_BUILDER_ERROR_INVALID_VALUE: #GtkBuilder couldn't parse
     some attribute value.
 @GTK_BUILDER_ERROR_VERSION_MISMATCH: The input file requires a newer version
     of GTK+.
 
-
 <!-- ##### FUNCTION gtk_builder_new ##### -->
 <para>